Welcome![Sign In][Sign Up]
Location:
Search - VC Menu

Search list

[GUI Develop在VC++6.0开发中实现全屏显示

Description: 全屏显示是一些应用软件程序必不可少的功能。比如在用VC++编辑工程源文件或编辑对话框等资源时,选择菜单“View\\Full Screen”,即可进入全屏显示状态,按“Esc”键后会退出全屏显示状态。-full screen display is the number of application software programs essential to the function. For example, in the VC + + editing projects source document or edit dialog and other resources, the choice menu "View \\ Full Screen", which can be accessed in full-screen state, according to the "Esc" key will be to withdraw from full-screen display status.
Platform: | Size: 5862 | Author: 风清扬 | Hits:

[ActiveX/DCOM/ATLVC++网络高级编程之十八

Description: ATLDraw: === === ==== DCOM客户程序,用MFC编写。 该程序的运行步骤如下:单击菜单server/connect,地址栏里填写安装了DCOM服务器的地址。 如果是本机可以填127.0.0.1。等弹出OK对话框后就可以用鼠标在VIEW区域画图了。当然可以开 多个客户,观察效果。-ATLDraw : === === === === ==== DCOM client, prepared with MFC. The program, run the following steps : Click the menu server / connect, complete address box installed DCOM server address. If the machine can fill 127.0.0.1. OK pop-up dialog so you can use the mouse to draw a regional VIEW. Of course, we may get more customers to observe the effects.
Platform: | Size: 63735 | Author: 张思发 | Hits:

[Menu control在VC++实现数据加密

Description: vc简单的菜单代码和vc数据加密程序,希望vc初学者有点帮助与参考价值-vc simple menu code and vc data encryption procedures in the hope that vc help beginners with a little reference value
Platform: | Size: 16109 | Author: 才让 | Hits:

[Menu control2004090119074617530菜单源码

Description: VC菜单编辑控制源码,适合于初学者,也适合于一般人员-VC menu editorial control source, suitable for beginners, is also suitable for general staff
Platform: | Size: 2795 | Author: 吴建明 | Hits:

[ToolBarVSOMenu

Description: 类似VC/Office97那样的可以随意移动的菜单和工具条-The menu and toolbar which can be moved as that in VC/office97
Platform: | Size: 204800 | Author: 站长 | Hits:

[Windows DevelopFullScreen_ECM

Description: vc中多语言菜单的实现 VC完整应用程序代码 本代码实现中文、英文菜单的切换。-vc multi- languages menu realization VC integrity application procedure code this code realization Chinese, English menu cut.
Platform: | Size: 27648 | Author: 代伟 | Hits:

[GUI DevelopmultiFileBrowser

Description: 这个浏览器是用vc6.0编写的,界面类似IE,但它是一个多文档程序,为了方便在各个窗口之间切换,我特意在工具条上加了一个窗口列表,你可以在此毫不犹豫地快速切换窗口、也可以双击使窗口最大化。工具条采用IE风格,仅加入了最常用按钮。一些菜单功能没有实现,不过你可以用右键菜单中的功能来完成。- This browser is compiles with vc6.0, contact surface similar IE, but it is more than documents procedures, in order to facilitate between each window cuts, I specially added a window on the tool strip to tabulate, you were allowed in this fast cut window, also to be allowed to double-click without hesitation cause the window maximization. The tool strip uses the IE style, has only joined the most commonly used button. Some menu functions have not realized, but you may use in the right key menu the function to complete.
Platform: | Size: 66560 | Author: 许豫飞 | Hits:

[Windows DevelopMenuXP_src

Description: XP OFFICE菜单风格的原代码,很酷,使用也很方 便-OFFICE XP menu style of the original code, cool, very convenient to use
Platform: | Size: 115712 | Author: 陈奋 | Hits:

[Multimedia programVCDwizard-2700-win32-src

Description: VCDwizard是一个VCDimager的GUI。这个应用程序用于使用XML创建兼容(S)VCD的MPeG流。你可以完全控制创建(S)VCD的PBC(菜单/播放结构)。-VCDwizard VCDimager is a GUI. Application procedures for the use of XML to create compatibility (S) VCD MPeG flow. You can completely control the creation (S) VCD PBC (menu/playback structure).
Platform: | Size: 839680 | Author: 刘晓冬 | Hits:

[GUI Develop1-20

Description: vc灵感编程范例源代码 01 菜单加速键 02 动态创建菜单 03 位图菜单项 04 制作鼠标右键弹出的菜单 05 给系统菜单添加菜单项 06 模式对话框 07 无模式对话框 08 AfxMessageBox的使用 09 基于对话框的应用程序 10 改变对话框的背景色 11 滚动轴的使用 12 隐藏任务栏 13 限制窗口大小的改变 14 创建不规则窗口 15 透明窗口 16 一个总在最上的紫色窗口 17 使窗口居中显示 18 拖非标题栏移动窗口 19 拆分窗口 20 自动停靠窗口-vc inspiration source code programming examples accelerated 01 menu button to create dynamic menu 02 03 04 menu items map system with the right mouse button for the pop-up menu of 05 added to the system menu mode menu items 06 07 modeless dialog box 08 A. fxMessageBox 09 based on the use of dialog 10 applications to change the background color dialog 11 the use of the rolling axis 12 13 hidden task bar window size limit of 14 changes to create irregular window transparent window 15 1 six in a total of the top 17 purple window so that the window of 18 middle-trailers moving window title bar window 20 19 Resolution automatic call window
Platform: | Size: 3255296 | Author: yiyizi | Hits:

[Windows Developmdisdi

Description: 在很多管理信息系统的窗体都有一些共同点:可以通过框架菜单打开各种类型的视图窗口,而这些视图窗口具有MDI的一些特点,可以在框架窗体中最小化最大化还原等,并且点击菜单只能产生一个窗口(象SDI)。这种形式的窗口设计给人与一种条理感。于是我用VC6.0尝试创建这种窗口,现将整个过程为大家写下来,这里应含有MFC的一些内幕技术。-in many management information system forms have some things in common : We can open the menu framework through various types of View window, which is MDI window View some of the features, in the framework of the smallest Window maximize reduction, and click on the menu only have a window (like SDI ). This form of window design gives people with a coherent sense. I have spent VC6.0 attempt to create such a window, now the entire process for you to write down here should contain some insider MFC technology.
Platform: | Size: 27648 | Author: 那时花开 | Hits:

[Menu controlPopMnGood

Description: VC的漂亮的弹出菜单源码-VC beautiful pop-up menu FOSS
Platform: | Size: 27648 | Author: 李文水 | Hits:

[Menu controlPopMenuPict

Description: 在弹出菜单中画漂亮的图的VC源码-pop-up menu in painting beautiful map of the VC-source
Platform: | Size: 53248 | Author: 李文水 | Hits:

[MiddleWareHC-ACTBAR2-HHZEALOT

Description: ActiveBar 是一款设计用户界面必不可少的 ActiveX 控件,如果你想让自己的程序变得更专业,就必须用它。使用它可以制作出像 Word 一样的个性化菜单、“自定义”对话框;像 Outlook 的快捷按钮栏;像 CorelDRAW 的入坞式窗口;像 Delphi 的控件选择页面。并且使用十分简单,保存设计图和加载设计图都十分简单,只用几个方法既可。SP3 中全面支持了 XP 样式,可以在非 XP 操作系统中实现XP 的介面。这个控件可以用在 VB5、VB6 和 VC++ 上。 内涵破解文件,非常好用的。-ActiveBar is a user interface design indispensable ActiveX controls, if you want to own procedures become more professional, it must use it. It can be used to create the same as Word personalized menu, "since the definition of" dialog; Like the fast button Outlook column; Like CorelDRAW the docking window; Controls like Delphi choice pages. Very simple to use and preserve the design and loading designs are very simple, only a few can approach. SP3 full support of the XP style, in non-XP operating system to achieve XP interface. The controls can be used in VB5, VB6 and VC on. Crack document content and very user-friendly.
Platform: | Size: 3099648 | Author: zeng | Hits:

[Menu controlvc_menubar1

Description: 菜单条演示程序,不错-menu of the demo program, it is true
Platform: | Size: 59392 | Author: 永利 | Hits:

[Windows Develop带菜单的按钮

Description: 一个带菜单的按钮VC源码-a menu button with VC FOSS
Platform: | Size: 4096 | Author: 天上人间 | Hits:

[Documents线程通信

Description: 线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 一 端 读 入 数 据。 通 过 父 进 程 菜 单 项 的 控 制 来 改 变 图 形 形 状 参 数, 并 传 给Child 使 之 在 自 己 的 窗 口 中 绘 出 响 应 的 图 形。 下 面 分 别 就 父 进 程Parent 和 子 进 程Child 来 进 行 说 明。-thread communication in this paper we will VC 4.1 environment on the process of a father and his son, the process of communication examples. The parent process Parent window on the mouse button, it will have a Pipe and promoter process Child, and Pipe from one end to send messages and Child will be launched to create a work of threads, devoted to the pipeline from the other end of read data. Father process through a menu item to change the control parameters of graphics shapes and Child pass to make it in their own window graphics charted response. Below process on the father and son Parent Child process to say.
Platform: | Size: 4096 | Author: 执凹 | Hits:

[Menu controlvc_menu

Description: vc 制作多样的菜单源码,包括 源码,可执行程序,帮助文件-vc produced varied menu source code, including source code, executables, help files
Platform: | Size: 987136 | Author: 梁远锋 | Hits:

[Menu controlDrawerMenu(完整版)

Description: 模仿"Windows优化大师"左侧"抽屉菜单"的ActiveX控件DrawerMenu的完整VC工程-imitation "Windows optimization master" left "drawer menu" ActiveX controls DrawerMenu complete works VC
Platform: | Size: 75776 | Author: 路宁 | Hits:

[Windows Developsystemtray

Description: 制作系统菜单在vc6.0下-production system menu under the vc6.0
Platform: | Size: 4096 | Author: 李杰 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net